←Select platform

Parse Method

Summary

Parses the specified value and returns the enumeration.

Syntax

C#
VB
C++
public static T Parse( 
   string value 
) 
  
Public Shared Function Parse( _ 
   ByVal value As String _ 
) As T 
public: 
static _T^_ Parse(  
   String^ value 
)  

Parameters

value
The value to parse.

Return Value

The enumeration value.

Requirements

Target Platforms

See Also

Reference

Enum<T> Class

Enum<T> Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly